TSTP Solution File: SET574^20 by Leo-III---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.10
% Problem  : SET574^20 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May  7 08:07:28 EDT 2024

% Result   : Theorem 2.95s 1.76s
% Output   : Refutation 3.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   24
% Syntax   : Number of formulae    :   32 (  11 unt;  12 typ;   6 def)
%            Number of atoms       :   76 (   8 equ;   0 cnn)
%            Maximal formula atoms :    9 (   3 avg)
%            Number of connectives :  148 (   2   ~;   0   |;   7   &; 126   @)
%                                         (   0 <=>;  13  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   6 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   46 (  46   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  11 usr;   2 con; 0-3 aty)
%            Number of variables   :   47 (  25   ^  18   !;   4   ?;  47   :)

% Comments : 
%------------------------------------------------------------------------------
thf(mworld_type,type,
    mworld: $tType ).

thf(mrel_type,type,
    mrel: mworld > mworld > $o ).

thf(mactual_type,type,
    mactual: mworld ).

thf(mlocal_type,type,
    mlocal: ( mworld > $o ) > $o ).

thf(mlocal_def,definition,
    ( mlocal
    = ( ^ [A: mworld > $o] : ( A @ mactual ) ) ) ).

thf(mand_type,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mand_def,definition,
    ( mand
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          & ( B @ C ) ) ) ) ).

thf(mimplies_type,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mimplies_def,definition,
    ( mimplies
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
         => ( B @ C ) ) ) ) ).

thf(mequiv_type,type,
    mequiv: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(mequiv_def,definition,
    ( mequiv
    = ( ^ [A: mworld > $o,B: mworld > $o,C: mworld] :
          ( ( A @ C )
          = ( B @ C ) ) ) ) ).

thf(eiw_di_type,type,
    eiw_di: $i > mworld > $o ).

thf(mforall_di_type,type,
    mforall_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mforall_di_def,definition,
    ( mforall_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ! [C: $i] :
          ( ( eiw_di @ C @ B )
         => ( A @ C @ B ) ) ) ) ).

thf(mexists_di_type,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(mexists_di_def,definition,
    ( mexists_di
    = ( ^ [A: $i > mworld > $o,B: mworld] :
        ? [C: $i] :
          ( ( eiw_di @ C @ B )
          & ( A @ C @ B ) ) ) ) ).

thf(intersect_type,type,
    intersect: $i > $i > mworld > $o ).

thf(member_type,type,
    member: $i > $i > mworld > $o ).

thf(7,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] : ( mimplies @ ( intersect @ A @ B ) @ ( intersect @ B @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry_of_intersect) ).

thf(24,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( intersect @ A @ B @ mactual )
           => ( intersect @ B @ A @ mactual ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(6,axiom,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mequiv @ ( intersect @ A @ B )
              @ ( mexists_di
                @ ^ [C: $i] : ( mand @ ( member @ C @ A ) @ ( member @ C @ B ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intersect_defn) ).

thf(21,plain,
    ! [A: $i] :
      ( ( eiw_di @ A @ mactual )
     => ! [B: $i] :
          ( ( eiw_di @ B @ mactual )
         => ( ( intersect @ A @ B @ mactual )
            = ( ? [C: $i] :
                  ( ( eiw_di @ C @ mactual )
                  & ( member @ C @ A @ mactual )
                  & ( member @ C @ B @ mactual ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(4,axiom,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_nonempty) ).

thf(17,plain,
    ! [A: mworld] :
    ? [B: $i] : ( eiw_di @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(1,conjecture,
    ( mlocal
    @ ( mforall_di
      @ ^ [A: $i] :
          ( mforall_di
          @ ^ [B: $i] :
              ( mforall_di
              @ ^ [C: $i] : ( mimplies @ ( mand @ ( member @ A @ B ) @ ( member @ A @ C ) ) @ ( intersect @ B @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_th13) ).

thf(2,negated_conjecture,
    ~ ( mlocal
      @ ( mforall_di
        @ ^ [A: $i] :
            ( mforall_di
            @ ^ [B: $i] :
                ( mforall_di
                @ ^ [C: $i] : ( mimplies @ ( mand @ ( member @ A @ B ) @ ( member @ A @ C ) ) @ ( intersect @ B @ C ) ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(8,plain,
    ~ ! [A: $i] :
        ( ( eiw_di @ A @ mactual )
       => ! [B: $i] :
            ( ( eiw_di @ B @ mactual )
           => ! [C: $i] :
                ( ( eiw_di @ C @ mactual )
               => ( ( ( member @ A @ B @ mactual )
                    & ( member @ A @ C @ mactual ) )
                 => ( intersect @ B @ C @ mactual ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(5,axiom,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ B @ A ) )
     => ( eiw_di @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_decr) ).

thf(19,plain,
    ! [A: mworld,B: mworld,C: $i] :
      ( ( ( eiw_di @ C @ A )
        & ( mrel @ B @ A ) )
     => ( eiw_di @ C @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(3,axiom,
    ! [A: mworld] : ( mrel @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_reflexive) ).

thf(15,plain,
    ! [A: mworld] : ( mrel @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(26,plain,
    $false,
    inference(e,[status(thm)],[24,21,17,8,19,15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : SET574^20 : TPTP v8.1.2. Released v8.1.0.
% 0.08/0.17  % Command  : run_Leo-III %s %d
% 0.17/0.39  % Computer : n024.cluster.edu
% 0.17/0.39  % Model    : x86_64 x86_64
% 0.17/0.39  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.39  % Memory   : 8042.1875MB
% 0.17/0.39  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.39  % CPULimit : 300
% 0.17/0.39  % WCLimit  : 300
% 0.17/0.39  % DateTime : Mon May  6 13:18:23 EDT 2024
% 0.17/0.39  % CPUTime  : 
% 1.06/0.94  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.36/1.07  % [INFO] 	 Parsing done (131ms). 
% 1.36/1.08  % [INFO] 	 Running in sequential loop mode. 
% 1.71/1.31  % [INFO] 	 eprover registered as external prover. 
% 1.71/1.31  % [INFO] 	 cvc4 registered as external prover. 
% 1.71/1.32  % [INFO] 	 Scanning for conjecture ... 
% 2.03/1.40  % [INFO] 	 Found a conjecture and 5 axioms. Running axiom selection ... 
% 2.03/1.42  % [INFO] 	 Axiom selection finished. Selected 5 axioms (removed 0 axioms). 
% 2.03/1.43  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.03/1.43  % [INFO] 	 Type checking passed. 
% 2.03/1.43  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 2.73/1.76  % External prover 'e' found a proof!
% 2.73/1.76  % [INFO] 	 Killing All external provers ... 
% 2.95/1.76  % Time passed: 1173ms (effective reasoning time: 678ms)
% 2.95/1.76  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 2.95/1.76  % Axioms used in derivation (5): intersect_defn, mrel_reflexive, eiw_di_nonempty, symmetry_of_intersect, eiw_di_decr
% 2.95/1.76  % No. of inferences in proof: 14
% 2.95/1.76  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1173 ms resp. 678 ms w/o parsing
% 3.19/1.87  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.19/1.87  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------